home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / P_Bro.DIR / 00047.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  428 b   |  16 lines

  1. on exitFrame
  2.   readpict(integer(field "PhotoGRP_T"), integer(field "PhotoCUR_T"))
  3.   if the visible of sprite 2 = 0 then
  4.     set the visible of sprite 2 to 1
  5.   end if
  6.   if the visible of sprite 14 = 1 then
  7.     set the visible of sprite 14 to 0
  8.   end if
  9.   if the visible of sprite 16 = 1 then
  10.     set the visible of sprite 16 to 0
  11.   end if
  12.   if the visible of sprite 17 = 1 then
  13.     set the visible of sprite 17 to 0
  14.   end if
  15. end
  16.